require "import"
import "android.content.*"
import "android.os.Vibrator"
v=function()
local context = activity or service
local vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)
if vibrator.hasVibrator() then
vibrator.vibrate(30)
end
return true
end

if service.click({{
"Înregistrează un mesaj vocal|Trimite$700",
"%v",
}})
return true
end

if service.click({
{"<Record voice message*",
"%模拟长按",
"%[向上]",
}
})
return true
end

if service.click({
{"<Send",
"%模拟长按",
}
})
return true
end
return true